{
  "name": "@neodrag/svelte",
  "version": "1.2.3",
  "description": "Svelte Action to add dragging to your apps 😉",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "type": "module",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/*",
    "globals.d.ts"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "module": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PuruVJ/neodrag.git"
  },
  "keywords": [
    "draggable",
    "svelte",
    "react-draggable",
    "drag",
    "svelte",
    "small",
    "tiny",
    "performant",
    "neodrag"
  ],
  "author": "Puru Vijay",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PuruVJ/neodrag/issues"
  },
  "homepage": "https://github.com/PuruVJ/neodrag/tree/main/packages/react#readme",
  "scripts": {
    "test": "vitest run test",
    "test:watch": "vitest test",
    "dev": "rollup -cw",
    "build": "rollup -c ",
    "pub": "pnpm build && pnpm publish --no-git-checks --access public",
    "pub:dry": "pnpm build && pnpm publish --dry-run --no-git-checks --access public",
    "size": "echo 'Svelte size:' && brotli-size dist/index.js"
  }
}